devisualization.util.core.text

Members

Functions

getSpaceIndent
string getSpaceIndent(size_t count)

Gets a string which has been indented to x spaces. Uses four spaces, not tabs.

multiply
T multiply(T text, size_t count)

Multiplies a string by itself and concactenates it onto the resulting string

replace
deprecated T replace(T text, T oldText, T newText, bool caseSensitive, bool first)

Replaces some text in a string.

split
deprecated T[] split(T text, T delimater)

Split a string by a delimater

Meta

License

Copyright Devisualization (Richard Andrew Cattermole) 2014 - 2017. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)